-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: visit of inner query for FunctionScoreQueryBuilder #16776
base: main
Are you sure you want to change the base?
Conversation
4c44ed6
to
43459a6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16776 +/- ##
============================================
- Coverage 72.11% 72.03% -0.08%
+ Complexity 65237 65194 -43
============================================
Files 5318 5318
Lines 304003 304015 +12
Branches 43992 43994 +2
============================================
- Hits 219228 218994 -234
- Misses 66874 67091 +217
- Partials 17901 17930 +29 ☔ View full report in Codecov by Sentry. |
❌ Gradle check result for 48eae48: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: jdnvn <joe@donovan.to>
Signed-off-by: jdnvn <joe@donovan.to>
Signed-off-by: Konrad Gołuchowski <konrad.goluchowski@synerise.com>
Description
This is version of #15404 cherrypicked on main.
Similar to #14739, but implements the visit method in FunctionScoreQueryBuilder to allow subqueries to be processed properly.
Related Issues
Resolves #15403
Similar to #15034
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.